home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MRECI_H__
- #define __MRECI_H__
-
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CMReci wrapper class
-
- class CMReci : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CMReci)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x6d3c54f4, 0x875, 0x11cf, { 0x81, 0x71, 0x0, 0x0, 0x1, 0x0, 0x66, 0x3 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- BOOL GetDetailModifiable();
- void SetDetailModifiable(BOOL);
- short GetFetchType();
- void SetFetchType(short);
- short GetAddressEditNum();
- void SetAddressEditNum(short);
- CString GetAddressCaption();
- void SetAddressCaption(LPCTSTR);
- BOOL GetResolveDialog();
- void SetResolveDialog(BOOL);
- short GetAddRecipientClass();
- void SetAddRecipientClass(short);
- BOOL GetDisplayErrors();
- void SetDisplayErrors(BOOL);
- CString GetBindString();
- void SetBindString(LPCTSTR);
- BOOL GetIsBinded();
- void SetIsBinded(BOOL);
- long GetRecipientNum();
- void SetRecipientNum(long);
- long GetRecipientCount();
- void SetRecipientCount(long);
- BOOL GetFetchRecipient();
- void SetFetchRecipient(BOOL);
- CString GetRecipientName();
- void SetRecipientName(LPCTSTR);
- CString GetRecipientAddress();
- void SetRecipientAddress(LPCTSTR);
- long GetRecipientClass();
- void SetRecipientClass(long);
- short GetAction();
- void SetAction(short);
- CString GetResolveName();
- void SetResolveName(LPCTSTR);
- CString GetErrorText();
- void SetErrorText(LPCTSTR);
- short GetErrorNum();
- void SetErrorNum(short);
- long GetGetPointer();
- void SetGetPointer(long);
-
- // Operations
- public:
- BOOL AddItem(LPCTSTR recipientList);
- BOOL RemoveItem(long Index);
- void Clear();
- BOOL Refresh();
- BOOL BindWith(long ObjRef);
- void AboutBox();
- };
-
- #endif // __MRECI_H__
-